.wrapper-component{
    /* background-color: bisque; */
    display: flex;
    width: 500px;    
    flex-wrap: wrap;
    justify-content: space-between;
}
/* .wrapper-component._leftColumn{

} */


